type html/template.jsCtx

7 uses

	html/template (current package)
		context.go#L23: 	jsCtx   jsCtx
		context.go#L236: type jsCtx uint8
		context.go#L242: 	jsCtxRegexp jsCtx = iota
		js.go#L34: func nextJSCtx(s []byte, preceding jsCtx) jsCtx {
		jsctx_string.go#L20: func (i jsCtx) String() string {
		jsctx_string.go#L21: 	if i >= jsCtx(len(_jsCtx_index)-1) {